home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / sml_nj / cml-098.lha / cml-0.9.8 / library / build-lib.sml < prev    next >
Encoding:
Text File  |  1991-06-21  |  283 b   |  11 lines

  1. (* build-lib.sml
  2.  *
  3.  * COPYRIGHT (c) 1990 by John H. Reppy.  See COPYRIGHT file for details.
  4.  *)
  5.  
  6. structure BufferChan = BufferChan (CML)
  7. structure Future = Future (CML)
  8. structure Plumbing = Plumbing (CML)
  9. structure Cobegin = Cobegin (CML)
  10. structure ConcurCallCC = ConcurCallCC(CML)
  11.